listboxrowaccessible: Avoid assertion failure
authorTimm Bäder <mail@baedert.org>
Sat, 26 Jul 2014 11:38:55 +0000 (13:38 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Aug 2014 00:48:26 +0000 (02:48 +0200)
commitfb7d7109317d75745b3496efee834bec2c943131
treeaeeac119d27eaa6af797438dd9e310d503e471b9
parent36b36822c3f649e211eae191b3bf0e1d1b038e1a
listboxrowaccessible: Avoid assertion failure

The next call to gtk_list_box_get_selection_mode just expected the
GtkListBoxRow's parent to be a GtkListBox and failed when the row was
added to something other than a GtkListBox.

https://bugzilla.gnome.org/show_bug.cgi?id=733782
gtk/a11y/gtklistboxrowaccessible.c